home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
MiscKit1.7.1
/
MiscKit
/
Palettes
/
MiscSwapKitPalette
/
MiscSCCInspector.h
< prev
next >
Wrap
Text File
|
1995-04-12
|
367b
|
28 lines
// Copyright (C) 1995
// Use is governed by the MiscKit license
#import <appkit/appkit.h>
#import <apps/InterfaceBuilder.h>
@interface MiscSCCInspector: IBInspector
{
id tagForm;
}
- init;
- revert: sender;
- tagChanged: sender;
- (BOOL)wantsButtons;
@end
@interface MiscSwapContentsController (IBInspector)
- (const char *)getInspectorClassName;
@end